Skip to content

Conversation

@pjkaufman
Copy link
Collaborator

Fixes #1395

There was an issue reported where paragraphs that started with an asterisk and no space after it were getting ignored by Paragraph Blank Lines. The problem is that the regex used to determine if the paragraph started with a list indicator was not making sure the list marker/indicator was followed by a space. Updating the underlying regex seems to fix the issue.

@pjkaufman pjkaufman self-assigned this Sep 22, 2025
@pjkaufman pjkaufman added bug Something isn't working markdown General Markdown or Markdown related issue or feature labels Sep 22, 2025
@pjkaufman pjkaufman merged commit fd9c311 into platers:master Sep 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working markdown General Markdown or Markdown related issue or feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: paragraph blank lines rule fails when emphasis exists at line start

1 participant